summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f219e0d..fb34a87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ matrix:
- python: 3.9-dev
install:
- - pip install .[dev]
+ - pip install .[dev,tools]
script:
- pytest $PYTEST_OPTIONS
diff --git a/setup.cfg b/setup.cfg
index 31f766c..618e5a7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,6 +43,7 @@ hidapi =
tools =
click
click_log
+ usbmon-tools
dev =
mypy
pre-commit